home *** CD-ROM | disk | FTP | other *** search
/ MINI - The Complete Story in Pictures / mini40completestory.iso / Data / MBi1.dxr / 00012_select -MM-.ls < prev    next >
Encoding:
Text File  |  1999-07-06  |  207 b   |  12 lines

  1. on mouseEnter
  2.   set the memberNum of sprite the currentSpriteNum to member("MM_on")
  3. end
  4.  
  5. on mouseLeave
  6.   set the memberNum of sprite the currentSpriteNum to member("MM_off")
  7. end
  8.  
  9. on mouseDown
  10.   go("MM")
  11. end
  12.